home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr22
/
amise210.zip
/
EISA.CFG
< prev
next >
Wrap
Text File
|
1993-06-12
|
1KB
|
38 lines
## AMIsetup EISA configuration
##
## The following keywords are valid:
##
## OFF
## - disables EISA NVRAM access
## DETECT
## - tries to detect the EISA NVRAM port at the given addresses
## (more than one DETECT line possible)
## SET
## - sets the EISA NVRAM port to a given value without testing
##
## Syntax of DETECT/SET:
##
## DETECT/SET LO,HI,OFFSET,CHECKSUM,CHK1START,CHK1END,CHK2START,CHK2END
## LO : Index port low byte
## HI : Index port high byte
## DATA : Data port
## OFFSET : Offset of setup values in NVRAM
## CHECKSUM : Offset of (word sized) NVRAM checksum (add w/o carry)
## 0000 if no checksum
## CHK1START : Start of first checksummed region
## CHK1END : End
## CHK2START : Start of first checksummed region
## CHK2END : End
##
## Examples:
## 1)
## SET 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
## 2)
## DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
## DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000
DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000
## End.